home *** CD-ROM | disk | FTP | other *** search
/ Sound Fx / Sound Fx.iso / Software / UNZIPED / MINIPLAY / Miniplay.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1997-01-29  |  2KB  |  104 lines

  1. object Form1: TForm1
  2.   Left = 314
  3.   Top = 291
  4.   Width = 406
  5.   Height = 225
  6.   Caption = 'Miniplay - The quick way to play files!'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object Label1: TLabel
  15.     Left = 56
  16.     Top = 144
  17.     Width = 250
  18.     Height = 16
  19.     Caption = 'Double Click file above to start playing'
  20.   end
  21.   object MediaPlayer1: TMediaPlayer
  22.     Left = 216
  23.     Top = 64
  24.     Width = 29
  25.     Height = 25
  26.     VisibleButtons = []
  27.     TabOrder = 5
  28.   end
  29.   object FilterComboBox1: TFilterComboBox
  30.     Left = 8
  31.     Top = 112
  32.     Width = 185
  33.     Height = 24
  34.     FileList = FileListBox1
  35.     Filter = 'Wave (*.wav)|*.wav|MIDI (*.mid)|*.mid'
  36.     TabOrder = 0
  37.   end
  38.   object DriveComboBox1: TDriveComboBox
  39.     Left = 200
  40.     Top = 112
  41.     Width = 185
  42.     Height = 22
  43.     DirList = DirectoryListBox1
  44.     TabOrder = 1
  45.   end
  46.   object DirectoryListBox1: TDirectoryListBox
  47.     Left = 200
  48.     Top = 8
  49.     Width = 185
  50.     Height = 97
  51.     FileList = FileListBox1
  52.     ItemHeight = 16
  53.     TabOrder = 2
  54.   end
  55.   object FileListBox1: TFileListBox
  56.     Left = 8
  57.     Top = 8
  58.     Width = 185
  59.     Height = 97
  60.     FileEdit = Edit1
  61.     ItemHeight = 16
  62.     Mask = '*.wav'
  63.     TabOrder = 3
  64.     OnDblClick = Edit1Change
  65.   end
  66.   object Edit1: TEdit
  67.     Left = 56
  68.     Top = 168
  69.     Width = 185
  70.     Height = 24
  71.     TabOrder = 4
  72.     Text = '*.wav'
  73.     OnDblClick = Edit1Change
  74.   end
  75.   object Button1: TButton
  76.     Left = 248
  77.     Top = 168
  78.     Width = 33
  79.     Height = 25
  80.     Caption = 'Stop'
  81.     Font.Color = clBlack
  82.     Font.Height = -11
  83.     Font.Name = 'Arial'
  84.     Font.Style = []
  85.     ParentFont = False
  86.     TabOrder = 6
  87.     OnClick = Button1Click
  88.   end
  89.   object Button2: TButton
  90.     Left = 288
  91.     Top = 168
  92.     Width = 41
  93.     Height = 25
  94.     Caption = 'About'
  95.     Font.Color = clBlack
  96.     Font.Height = -11
  97.     Font.Name = 'Arial'
  98.     Font.Style = []
  99.     ParentFont = False
  100.     TabOrder = 7
  101.     OnClick = Button2Click
  102.   end
  103. end
  104.